home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / hydk431.zip / ZONE1 < prev   
Text File  |  1992-01-10  |  348b  |  11 lines

  1. ; Setup Touch Shift scan code control table for function F1..F12, ESC and Pause
  2. ;
  3. t:-:0..255                ; set disable mode, clear all scan code
  4. t:+:x1d:x9d:x38:xb8:x2a:x36        ; enable all shifts scan codes
  5. t:+:x3b..x44:x57:x58            ; enable all function keys scan codes
  6. t:+:1:x45:x46                ; enable escape and Pause scan code
  7. t:+                    ; global enable 
  8.  
  9.  
  10.  
  11.